insideout 0.1.0

Wrap composed types inside-out (eg. `Result<Option<T>, E>` or `Option<Result<T,E>>`
Documentation

insideout - Wrap composed types inside-out

Turn Option<Result<O, E>> into <Result<Option<O>, E>> and the other way around.

Feel free to submit PR especially for other types where this operation makes sense.